home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.object,comp.lang.c++
- Path: news.dcs.warwick.ac.uk!not-for-mail
- From: miro@dcs.warwick.ac.uk (Miroslav J Walker)
- Subject: A design question
- X-Nntp-Posting-Host: cocino
- Message-ID: <1996Feb22.234825.18755@dcs.warwick.ac.uk>
- Sender: news@dcs.warwick.ac.uk (Network News)
- Organization: Department of Computer Science, Warwick University, England
- X-Newsreader: TIN [version 1.2 PL2]
- Date: Thu, 22 Feb 1996 23:48:25 GMT
-
- Hi,
-
- I've only really started to learn about object-oriented design, and I'm having
- a little trouble seeing how to incorporate a specific concept.
-
- I'm trying to model input from a user being processed over a series of steps.
- Input is parsed, put into a queue and then interpreted on a timer. My
- question is how to model the idea of it being the same bit of data
- (essentially) taking on several forms as it proceeds along the 'pipeline' of
- processing.
-
- As I'm only at the newbie stage of OO stuff, I'm probably missing something
- obvious, but I'd appreciate some advice.
-
- Cheers,
-
- Miro.
- --
- Those who make peaceful revolution impossible will make violent revolution
- inevitable. -- John F. Kennedy
-
-